From 7328a5bf3936b669acebddb38e990b7fe8b2e74b Mon Sep 17 00:00:00 2001 From: "djm@sportsman.spdomain" Date: Fri, 3 Jun 2005 15:21:42 +0000 Subject: [PATCH] bitkeeper revision 1.1665 (42a07586HA9yxpF1JLzGs-3hmLbG5g) More include file cleanup fixes (for CONFIG_VTI) Also a cpumask cleanup fix Signed-off by: Dan Magenheimer --- xen/arch/ia64/asm-offsets.c | 1 + xen/arch/ia64/vmmu.c | 1 + xen/include/asm-ia64/mm.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/xen/arch/ia64/asm-offsets.c b/xen/arch/ia64/asm-offsets.c index 0fd0757853..56847d15dc 100644 --- a/xen/arch/ia64/asm-offsets.c +++ b/xen/arch/ia64/asm-offsets.c @@ -11,6 +11,7 @@ #include #ifdef CONFIG_VTI #include +#include #endif // CONFIG_VTI #define task_struct vcpu diff --git a/xen/arch/ia64/vmmu.c b/xen/arch/ia64/vmmu.c index 69f8cc7279..c39d6f2851 100644 --- a/xen/arch/ia64/vmmu.c +++ b/xen/arch/ia64/vmmu.c @@ -20,6 +20,7 @@ * Yaozu Dong (Eddie Dong) (Eddie.dong@intel.com) */ #include +#include #include #include #include diff --git a/xen/include/asm-ia64/mm.h b/xen/include/asm-ia64/mm.h index 56df1706f9..a762ec6318 100644 --- a/xen/include/asm-ia64/mm.h +++ b/xen/include/asm-ia64/mm.h @@ -90,7 +90,7 @@ struct page /* Page is on a free list. */ struct { /* Mask of possibly-tainted TLBs. */ - u64 cpu_mask; + cpumask_t cpumask; /* Order-size of the free chunk this page is the head of. */ u8 order; } free; -- 2.30.2